home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / util / gnu / textutils_1_3.LHA / textutils-1.3 / cat / expand.1 < prev    next >
Text File  |  1992-09-22  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. EXPAND(1L)        MISC. REFERENCE MANUAL PAGES         EXPAND(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      expand - convert tabs to spaces
  10.  
  11. SYNOPSIS
  12.      expand  [-tab1[,tab2[,...]]]  [-t  tab1[,tab2[,...]]]   [-i]
  13.      [--tabs=tab1[,tab2[,...]]] [--initial] [file...]
  14.  
  15. DESCRIPTION
  16.      This manual  page  documents  the  GNU  version  of  expand.
  17.      expand  writes the contents of each given file, or the stan-
  18.      dard input if none are given or when a  file  named  `-'  is
  19.      given, to the standard output, with tab characters converted
  20.      to the appropriate number of  spaces.   By  default,  expand
  21.      converts all tabs to spaces.  It preserves backspace charac-
  22.      ters in the output; they decrement the column count for  tab
  23.      calculations.   The  default action is equivalent to -8 (set
  24.      tabs every 8 columns).
  25.  
  26.   OPTIONS
  27.      -, -_t, --_t_a_b_s _t_a_b_1[,_t_a_b_2[,...]]
  28.           If only one tab stop is given, set the tabs _t_a_b_1 spaces
  29.           apart  instead  of  the  default 8.  Otherwise, set the
  30.           tabs at columns _t_a_b_1, _t_a_b_2, etc. (numbered from 0)  and
  31.           replace  any tabs beyond the tabstops given with single
  32.           spaces.  If the tabstops are specified with the  -_t  or
  33.           --_t_a_b_s  option, they can be separated by blanks as well
  34.           as by commas.
  35.  
  36.      -_i, --_i_n_i_t_i_a_l
  37.           Only convert initial tabs (those that precede  all  non
  38.           space or tab characters) on each line to spaces.
  39.  
  40.      The long-named options can be introduced with `+' as well as
  41.      `--',  for compatibility with previous releases.  Eventually
  42.      support for `+' will be removed, because it is  incompatible
  43.      with the POSIX.2 standard.
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sun Release 4.1           Last change:                          1
  64.  
  65.  
  66.  
  67.